dvb_country_a3_to_id

@brief Converts a 3-letter Country code as used by MPEG-TS tables into enum dvb_country_t @ingroup ancillary

@param name three-letter Country code.

@return It returns the corresponding enum dvb_country_t ID. If not found, returns COUNTRY_UNKNOWN.

extern (C)
dvb_country_a3_to_id
(
const(char)* name
)

Meta